home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak Vol C-14
/
Vol C-14.iso
/
games
/
skate.swf
/
scripts
/
DefineButton2_125
/
BUTTONCONDACTION on(keyPress Left).as
< prev
next >
Wrap
Text File
|
2012-04-23
|
91b
|
5 lines
on(keyPress "<Left>"){
gotoAndPlay(111);
set("/:score",eval("/:score") + "3");
}